Mobile Legends: Bang Bang
map_winner/2way
Providers: AGGREGATED FEED 1
Which team will win the map.
Example:
{
"marketName": "map_winner",
"marketType": "2way",
"specifiers": {
"mapNumber": 2
},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.11,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.65,
"tradingStatus": "open",
"won": false
}
]
}
match_total_maps/overunder
Providers: AGGREGATED FEED 1
Whether the total number of maps in the match will be over or under a specified threshold.
Example:
{
"marketName": "match_total_maps",
"marketType": "overunder",
"specifiers": {
"line": 2.5
},
"outcomes": [
{
"outcome": "over",
"decimalOdd": 1.85,
"tradingStatus": "open",
"won": false
},
{
"outcome": "under",
"decimalOdd": 1.88,
"tradingStatus": "open",
"won": false
}
]
}
match_winner/2way
Providers: AGGREGATED FEED 1
Which team will win the match.
Example:
{
"marketName": "match_winner",
"marketType": "2way",
"specifiers": {},
"outcomes": [
{
"outcome": "team1",
"decimalOdd": 2.24,
"tradingStatus": "open",
"won": false
},
{
"outcome": "team2",
"decimalOdd": 1.6,
"tradingStatus": "open",
"won": false
}
]
}
match_map_score/exact
Providers: AGGREGATED FEED 1
What will be the exact score of the map.
Example:
{
"marketName": "match_map_score",
"marketType": "exact",
"specifiers": {},
"outcomes": [
{
"outcome": "0-2",
"decimalOdd": 2.97,
"tradingStatus": "open",
"won": false
},
{
"outcome": "1-2",
"decimalOdd": 3.24,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-0",
"decimalOdd": 4.57,
"tradingStatus": "open",
"won": false
},
{
"outcome": "2-1",
"decimalOdd": 4,
"tradingStatus": "open",
"won": false
}
]
}